Global Index
HTML5 JS API Index > WebRTC Tutorials & Specs

RTCIceServer

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
DOMString
credential
If this RTCIceServer object represents a TURN server, then this attribute specifies the credential to use with that TURN server.
(DOMString or sequence<DOMString>)
urls
STUN or TURN URI(s) as defined in [STUN-URI] and [TURN-URI] or other URI types.
DOMString
username
If this RTCIceServer object represents a TURN server, then this attribute specifies the username to use with that TURN server.
Referenced by
RTCConfigurationiceServers